Class symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage

Object
   |
   +----Component
           |
           +----Container
                   |
                   +----JComponent
                           |
                           +----JPanel
                                   |
                                   +----WizardPanel
                                           |
                                           +----symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage

public class ValidMiscInfoPage
extends WizardPanel
Page used to specify the basis of validation business rule that is to be used

Version:
1.0 06/18/98
Author:
Puru Balakrishnan

Variable Index

 o autoGenAliasName
 o bindColField
 o bindColLabel
 o centerPanel
 o customMsgField
 o databindingField
 o databindingLabel
 o dispDialogChkBox
 o firstTime
 o gridFourPanel
 o gridOnePanel
 o gridThreePanel
 o gridTwoPanel
 o group
 o imageLabel
 o itemLis
 o keyLis
 o postMessageChkBox
 o useCustomMsgRadioBtn
 o useDefMsgRadioBtn
 o validInfoLabel

Constructor Index

 o symantec.itools.db.beans.brl.adapter.editors.ValidMiscInfoPage(ValidWizardController)
Constructor

Method Index

 o cancel()
 o entering()
 o exiting()
 o finish()
 o getAliasName()
Get the alias name
 o getBindingName()
Get the specified binding name
 o getController()
 o getCustomMessage()
get the custom message to be used if validation fails
 o getOutputName()
Get the output column name
 o initControls()
 o isValidFailDialogToBeDisplayed()
should the dialog be displayed if validation fails
 o isValidMsgToBeSentToLog()
should the validation message be displayed to dbStatusBar, logWindow
 o main(String[])
 o processAliasName(String)
Method to handle alias name

Variables

 o autoGenAliasName
protected java.lang.String autoGenAliasName
 o bindColField
protected com.sun.java.swing.JTextField bindColField
 o bindColLabel
protected com.sun.java.swing.JLabel bindColLabel
 o centerPanel
protected com.sun.java.swing.JPanel centerPanel
 o customMsgField
protected com.sun.java.swing.JTextField customMsgField
 o databindingField
protected com.sun.java.swing.JTextField databindingField
 o databindingLabel
protected com.sun.java.swing.JLabel databindingLabel
 o dispDialogChkBox
protected com.sun.java.swing.JCheckBox dispDialogChkBox
 o firstTime
protected boolean firstTime
 o gridFourPanel
protected com.sun.java.swing.JPanel gridFourPanel
 o gridOnePanel
protected com.sun.java.swing.JPanel gridOnePanel
 o gridThreePanel
protected com.sun.java.swing.JPanel gridThreePanel
 o gridTwoPanel
protected com.sun.java.swing.JPanel gridTwoPanel
 o group
protected com.sun.java.swing.ButtonGroup group
 o imageLabel
protected com.sun.java.swing.JLabel imageLabel
 o itemLis
protected java.awt.event.ItemListener itemLis
 o keyLis
protected java.awt.event.KeyListener keyLis
 o postMessageChkBox
protected com.sun.java.swing.JCheckBox postMessageChkBox
 o useCustomMsgRadioBtn
protected com.sun.java.swing.JRadioButton useCustomMsgRadioBtn
 o useDefMsgRadioBtn
protected com.sun.java.swing.JRadioButton useDefMsgRadioBtn
 o validInfoLabel
protected com.sun.java.swing.JLabel validInfoLabel

Constructors

 o ValidMiscInfoPage
protected ValidMiscInfoPage(ValidWizardController c)
Constructor

Methods

 o cancel
public void cancel()

Overrides:
cancel in class WizardPanel
 o entering
public void entering()

Overrides:
entering in class WizardPanel
 o exiting
public boolean exiting()

Overrides:
exiting in class WizardPanel
 o finish
public void finish()

Overrides:
finish in class WizardPanel
 o getAliasName
public java.lang.String getAliasName()
Get the alias name

Returns:
String
 o getBindingName
public java.lang.String getBindingName()
Get the specified binding name

Returns:
String
 o getController
protected com.symantec.itools.frameworks.wizard.WizardController getController()
 o getCustomMessage
public java.lang.String getCustomMessage()
get the custom message to be used if validation fails

Returns:
String
 o getOutputName
public java.lang.String getOutputName()
Get the output column name

Returns:
String
 o initControls
protected void initControls()
 o isValidFailDialogToBeDisplayed
public boolean isValidFailDialogToBeDisplayed()
should the dialog be displayed if validation fails

Returns:
boolean
 o isValidMsgToBeSentToLog
public boolean isValidMsgToBeSentToLog()
should the validation message be displayed to dbStatusBar, logWindow

Returns:
boolean
 o main
public static void main(String[] args)
 o processAliasName
public void processAliasName(String name)
Method to handle alias name


All Packages  Class Hierarchy  This Package  Previous  Next  Index